home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / commands / ppolygonvertices.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-01  |  653 b   |  22 lines

  1. /*
  2.  *--- PPolygonVertices.cpp --------------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 3:29 PM by Paul Ferguson.
  5.  *
  6.  * Description:  For notes about this class, refer to the
  7.  * PCL documentation file PPolygonVertices.html
  8.  *-------------------------------------------------------------------------
  9.  */
  10.  
  11. #include "PPolygonVertices.h"
  12. #include "PRequestBuf.h"
  13. #include "PCommand.h"
  14.  
  15.  
  16. PPolygonVertices::PPolygonVertices(PRequestBuf& request)
  17. {
  18.     PCommand command(pm_polygonvertices, request);
  19. }
  20.  
  21. // end of PPolygonVertices.cpp
  22.